func sync.runtime_Semrelease
4 uses
sync (current package)
runtime.go#L37: func runtime_Semrelease(s *uint32, handoff bool, skipframes int)
rwmutex.go#L137: runtime_Semrelease(&rw.writerSem, false, 1)
rwmutex.go#L216: runtime_Semrelease(&rw.readerSem, false, 0)
waitgroup.go#L142: runtime_Semrelease(&wg.sema, false, 0)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |